public static void createWordlistInfo(final AffixData affixData, final String encoder, final Path outputPath, final Charset charset)
            throws IOException{
        final Collection<String> content = new ArrayList<>(Arrays.asList(
            DictionaryAttribute.CREATION_DATE.propertyName + EQUALS + ZonedDateTime.now().format(DateTimeFormatter.ofPattern("u-MM-dd")),
            DictionaryAttribute.SEPARATOR.propertyName + EQUALS + Inflection.POS_FSA_SEPARATOR,