public function getEncryptedPassword()
 {
     return $this->passwordDto->getEncryptedPasswordAndRemoveNonencryptedVersion();
 }
 public function storeEncryptedPassword()
 {
     $this->encryptedPassword = $this->passwordDto->getEncryptedPasswordAndRemoveNonencryptedVersion();
 }