Overrides Event::asString
public function asString() : string { return sprintf('Mock Object Created (%s)', implode('&', $this->interfaces)); }