

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

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