@override String report() { StringBuffer buffer = StringBuffer("$_type: $location "); return buffer.toString(); }