/**
  * Returns a string version of the context for debugging.
  *
  * @return string a string representation of the context, not null
  */
 public function __toString()
 {
     return $this->temporal->toString();
 }