}
@Override
public Object provide(Object source, Object currentValue) {
IFormation formation = (IFormation) source;
int firstYear = formation.getFirstYear();
int currentYear = new DateTime().year().get();
Set<String> years = new TreeSet<String>(String.CASE_INSENSITIVE_ORDER);
do {
years.add(String.valueOf(firstYear));