

    @property
    def __str__(self):
            """Instance string representation.

	    """
	    return "{text}".format({fields})
