getUniqueId(); parent::__construct($primaryKey, $circle); } public function getObjectSerialization() { return [ 'uid' => $this->object->getUniqueId(), 'displayname' => $this->object->getDisplayName(), 'typeString' => '', 'circleOwner' => $this->object->getOwner(), 'type' => 7 ]; } }