Generates a string representation of the Interaction.
Interaction
@override String toString() { return 'Interaction{elementId: $elementId, interactedAt: $interactedAt}'; }