public String toString() { return "Moyenne(total="+total+", nombre="+nombre+")"; // OU return "MoyenneWritable("+getMoyenne()+")"; }