$this->firstname, 'lastname' => $this->lastname, 'address' => $this->address, 'zip' => $this->zip, 'location' => $this->location, 'send_newspaper' => $this->send_newspaper, 'birthday' => $this->birthday->format('d.m.Y'), 'joined_at' => $this->joined_at->format('d.m.Y'), ]; } }