/**
  * @return Collection
  */
 public function getAll()
 {
     return $this->profileFieldGroup->all();
 }