return "{0}\t{1} {2}\t{3}\n{4}".format(str(self.id), self.tag,
                                               ";".join([" ".join(b)
                                                         for b
                                                         in self.boundaries]),
                                               self.content, comment_str)