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