...this.certifications.map((certification) => {
          return [
            { text: certification.title, bold: true, margin: [ 20, 5 ] },
            { text: certification.description, marginLeft: 40 },
          ];