/** * @return array */ protected function formatResponseData() { return ['name' => $this->quiz->getName(), 'content' => $this->quiz->getDescription(), 'stateId' => $this->getId()]; }