$this->id, 'status' => $this->status, 'player1' => $this->player1, 'player2' => $this->player2, 'winner' => $this->winner, 'winnerName' => $this->getWinnerName(), ]; return parent::toArray($request); } }