*/ public function jsonSerialize(): array { return [ 'id' => $this->getId(), 'group_id' => $this->groupId, 'class' => $this->class ]; } }