Adds a new group
Group $group Group:
$this
public function addGroup(Group $group) { $this->groups[] = $group; return $this; }