public function setFollower(\Civix\CoreBundle\Entity\User $follower)
 {
     $this->__load();
     return parent::setFollower($follower);
 }