/**
  * Retrieve a list with all Groups
  *
  * @return Collection
  */
 public function groups()
 {
     return $this->group->all();
 }