/**
  * @inheritdoc
  */
 public function getUserPassword()
 {
     $result = parent::getUserPassword();
     return $result;
 }