It would be nice if we could simply write ``` print(f"Current tag is: {lf.tag()}") ``` and get a properly formatted output. This would require implementing the `__str__` method for the Tag type.