public function toArray()
    {
        $array = [];

        foreach (array_keys(get_object_vars($this)) as $property) {