@Override
    public boolean equals(final Object o) {
        if (o instanceof ParagraphProperties) {
            final ParagraphProperties that = (ParagraphProperties) o;
            return Objects.equals(paragraphCaption, that.paragraphCaption)