getGID(); parent::__construct($primaryKey, $group); } public function getObjectSerialization() { return [ 'uid' => $this->object->getGID(), 'displayname' => $this->object->getDisplayName(), 'type' => 1 ]; } }