Returns this chain of operations as String.
@override String toString() { var groups = groupsToString(); return '$groups${toStringThen('.')}'; }