Returns a serializable version of the object
array
public function jsonSerialize() { return array( "start" => $this->start, "end" => $this->end, ); }