$this->id, 'event_id' => $this->event_id, 'name' => $this->name, 'person_type' => $this->person_type, 'date' => $this->date->toDateString(), 'start_time' => $this->start_time, 'end_time' => $this->end_time, 'duration_hours' => $this->duration_hours, 'created_at' => $this->created_at->toIso8601String(), ]; } }