/**
  * @return string
  */
 public function getEmail()
 {
     return $this->user->getEmail();
 }