email = $email; } public function __toString(): string { return $this->email; } public function jsonSerialize(): string { return $this->email; } }