class Stringable : interface_t {
  required method to_string : string ();
}