$this->currentEpisode, 'progresses' => $this->progresses->toArray(), ]; } /** @inheritDoc */ public function toJson($options = 0): string { return json_encode($this->toArray(), $options); } }