diff --git a/hoot-core/src/main/cpp/hoot/core/criterion/TagAdvancedCriterion.h b/hoot-core/src/main/cpp/hoot/core/criterion/TagAdvancedCriterion.h
index a01d57c..74f9b24 100644
--- a/hoot-core/src/main/cpp/hoot/core/criterion/TagAdvancedCriterion.h
+++ b/hoot-core/src/main/cpp/hoot/core/criterion/TagAdvancedCriterion.h
@@ -73,6 +73,9 @@ public:
virtual QString getDescription() const
{ return "Identifies elements by tag using a set of advanced schema functionality"; }
+ virtual QString toString() const override
+ { return QString::fromStdString(className()).remove("hoot::"); }
+
private:
// one filter for each type: must, must_not, and should