StringBuilder sb = new StringBuilder();ofNullable(category).orElse(new LinkedList<>()).forEach(a->sb.append(a.toString()));