/**
  * @return array
  */
 public function getAllForSelectElement()
 {
     return $this->profileFieldGroup->lists('name', 'id');
 }