Generates a string representation of the InteractionGoal.
InteractionGoal
@override String toString() { return 'InteractionGoal{type: $type, elementIds: $elementIds}'; }