def __str__(self):
        return "GRAV{}{}".format("" if self._heavy else "H", "p" if self._pair else "")