public function setGroup(\Civix\CoreBundle\Entity\Group $group)
 {
     $this->__load();
     return parent::setGroup($group);
 }